fix(release): register beta.6 compliance bundle - #6821
Merged
Conversation
bokelley
enabled auto-merge (squash)
August 24, 2026 11:57
Contributor
There was a problem hiding this comment.
Ladon verdict: Approve
Approve — clean release-integration change.
This PR adds a single line to static/compliance/published-versions.json registering 3.2.0-beta.6, integration metadata omitted from #6772. Verified:
- Entry correctly ordered after beta.5, format-valid per COMPLIANCE_VERSION_RE, unique, and non-overlapping with
package_only_versions. - Backed by an existing
dist/compliance/3.2.0-beta.6/index.jsonbundle — no released artifact is modified or deleted (immutability preserved). - No changeset required: the file is outside PROTOCOL_SCOPED_PATHS in
check-changeset-protocol-scope.cjs, so the PR body's "intentionally carries no changeset" is correct.
No blocking findings. gated_paths is false, high_risk is false, no author team gate, no prior decision. review_decision is REVIEW_REQUIRED but with no gated paths that does not force escalation. Falls through to row 9 → approve.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3.2.0-beta.6SDK compliance bundle to the release manifestcheck:published-compliancefor main and PRs based on the beta.6 release commitThis is release integration metadata omitted from #6772. It does not change the protocol surface and intentionally carries no changeset.
Verification
npm run check:published-compliancenode --test tests/published-compliance-versions.test.cjsgit diff --check